Skip to main content
Glama

HRFCO Service

{{name}}.mjs379 B
// Docs on request and context https://docs.netlify.com/functions/build/#code-your-function-2 export default (request, context) => { try { const url = new URL(request.url) const subject = url.searchParams.get('name') || 'World' return new Response(`Hello ${subject}`) } catch (error) { return new Response(error.toString(), { status: 500, }) } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwenhwang/hrfco-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server